home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / mongol_fiere.swf / scripts / DefineSprite_115 / frame_4 / DoAction.as < prev   
Text File  |  2007-01-15  |  120b  |  9 lines

  1. if(_root.difficulty == "hard")
  2. {
  3.    _root.death = true;
  4.    tellTarget(_root.gameover)
  5.    {
  6.       play();
  7.    }
  8. }
  9.